Make GtkEntry a no-window widget
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Oct 2010 11:09:25 +0000 (13:09 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Oct 2010 11:17:33 +0000 (13:17 +0200)
commit596da843126094506f2d2e440db71c392b2b72c1
tree08d46da3c211981737d571d9910cf33806ef4686
parente4654327df31bc1bd0fd3be4433ee008085ebe95
Make GtkEntry a no-window widget

Use input-only windows for capturing input, and just draw onto
the parent window. This allows themes to make entries with rounded
corners. Patch by Boram Park.

https://bugzilla.gnome.org/show_bug.cgi?id=632736
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkentry.c
gtk/gtkentry.h
gtk/gtkentrycompletion.c
gtk/gtkspinbutton.c